sync.Once.doSlow (method)

2 uses

	sync (current package)
		once.go#L67: 		o.doSlow(f)
		once.go#L71: func (o *Once) doSlow(f func()) {